PDF Plugin for Xojo

Page.Fill Method (console safe)

Fills the current path using the nonzero winding number rule. The fill will use the current FillColor.

Fill()

Parameters

Remarks

Once the path is filled then graphics mode is no longer path and there is no longer a current path.

The GraphicsMode should be PATH_OBJECT before calling this method and it will be PAGE_DESCRIPTION after calling this method.

See Also

Page Class